@extends('front.layout') @section('content') @if($page?->slug !== 'home') @endif @switch($page?->slug) @case('home')

Explore collection

New Arrival

@foreach($featured as $f) @php $variant = DB::table('product_variance_data')->where('product_id', $f->id)->first(); $product_img = DB::table('product_images')->where(['product_id'=>$f->id, 'variant_id' => $variant->id])->first(); @endphp
{{$f?->title}} {{$f?->title}} @if($f->sale_price < $f->reg_price)
Sale
@endif
{{$f->stitle}}
₹{{number_format($variant->reg_price, 2)}}₹{{number_format($variant->sale_price, 2)}}
@endforeach
@foreach($category as $c) @endforeach

Find The Perfect Fit

@foreach($category as $key => $c) @if($c?->title === 'Hookah' || $c?->title === 'Glass Bong Percolator' || $c?->title === 'Hookah Flavours' || $c?->title === 'Hookah Accessories')
@php $products = DB::table('product')->where(['product.is_show' => 1, 'category' => $c->id])->orderBy('id', 'desc')->limit('5')->get(); @endphp @foreach($products as $p) @php $variant = DB::table('product_variance_data')->where('product_id', $p->id)->first(); $product_img = DB::table('product_images')->where(['product_id'=>$p->id, 'variant_id' => $variant->id])->first(); $subcategory = DB::table('subcategory')->where('id', $p->subcategory)->first(); @endphp
{{$p?->title}} {{$p?->title}} @if($variant->sale_price < $variant->reg_price)
Sale
@endif
{{$subcategory?->title}}
₹{{number_format($variant->reg_price, 2)}}₹{{number_format($variant->sale_price, 2)}}
@endforeach
@endif @endforeach

Testimonials

@foreach($testimonials as $t)

{{$t->comment}}

{{$t?->title}}

{{$t->designation}}

@endforeach

Free Returns

Return money within 10 days

SHOP ONLINE 24/7

Contact us 24/7 hours a day

FREE SHIPPING

From all orders over $100

SECURE SHOPPING

You're in safe hands
@break @case('collection')
@foreach($category as $c) @endforeach
@break @case('about-us') {!! $page?->description !!}

What Our Clients Say About Us

@foreach($testimonials as $t)

{!! $t->comment !!}

{{$t?->title}}
{{$t?->title}}
@endforeach
@break @case('blogs') {!! $page?->description !!}
@foreach($blogs as $b)
{{$b?->title}}

{{$b?->title}}

@php $content = substr(strip_tags($b?->description), 0, 100) @endphp {{$content}}

Read more
@endforeach
@break @case('contact-us')

Office Address:

{{$contact->address}}

Line Shape

Get in touch

Text
@break @case('carts')

Total Cart Item: 0

Products Details Price Quantity Total

Use Coupon Code

Enter your coupon code if you have one.

x Remove Offer

Cart Totals

Subtotal 0
Coupon
-₹0
Total 0

Cart Is Empty!!!

Continue Shopping
@break @case('checkout')
@if(empty(Auth::guard('customer')->user()))

Returning customer? Login

@endif @if(count($address) > 0)

Billing details

@foreach($address as $key => $a) @php $addressData = json_decode($a->address_details); @endphp

@endforeach
user()) ? 'readOnly' : ''}}>
@else
user()) ? 'readOnly' : ''}}>
@endif

Billing details

Product
Subtotal
Subtotal
0.00
Coupon ()
0.00
Total
0.00

Payments Method

  • Make your payment directly into our bank account. Please use your Order ID as the payment reference.

  • Make your payment directly into our bank account. Please use your Order ID as the payment reference.